home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Grafik & Text / OzTeX3.0 / Metafont / Inputs / ec / exmligtb.mf < prev    next >
Text File  |  1997-03-16  |  952b  |  40 lines

  1. % exmligtb.mf
  2. %
  3. % (c) Copyright 1995, 1996, 1997 J"org Knappen
  4. %
  5. % This file is part of ecfonts version 1.0
  6. %
  7. % Please read the files 00readme.txt, 00inst.txt, 00error.txt, and
  8. % copyrite.txt for further information
  9. %
  10. % You find some documentation in ecdoc.tex (needs LaTeX2e)
  11. %
  12. % ligatures for monospaced Cork (T1) encoded fonts
  13. %
  14. % The following ligatures are included
  15. %
  16. % --  gives -
  17. % --- gives --
  18. % -<hyphenchar> gives <hyphenchar>
  19. % <<
  20. % >>
  21. % ,,
  22. % ''
  23. % ``
  24. % !`
  25. % ?`
  26. %
  27. version_check(1,0);  % |version_check| was introduced in dc1.3
  28.  
  29. ligtable "`": "`" =: oct"020";
  30. ligtable "'": "'" =: oct"021";
  31. ligtable "-": "-" =: oct"025", % number range dash equals "-"
  32.          oct"177" =: oct"177"; % <hyphen><hyphenchar> => <hyphenchar>
  33. ligtable "<": "<" =: oct"023"; % "<<"
  34. ligtable ">": ">" =: oct"024"; % ">>"
  35. ligtable ",": "," =: oct"022"; % ",,"
  36. ligtable "!": "`" =: oct"275"; % spanish shriek
  37. ligtable "?": "`" =: oct"276"; % spanish query
  38.  
  39. endinput;
  40.